projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e60bcf
)
(help-font-lock-keywords): Undo July 26 change.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 31 Jul 1996 18:17:16 +0000
(18:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 31 Jul 1996 18:17:16 +0000
(18:17 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 59cc1974a7d7c4e04cf507f6da69e90b9ebf3ddd..2c39c4c6da46799b3807045ad37709aec05e486e 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-97,7
+97,10
@@
;;
;; The symbol itself.
(list (concat "\\`\\(" name-char "+\\)\\(\\(:\\)\\|\\('\\)\\)")
- '(1 font-lock-function-name-face))
+ '(1 (if (match-beginning 3)
+ font-lock-function-name-face
+ font-lock-variable-name-face)
+ nil t))
;;
;; Words inside `' which tend to be symbol names.
(list (concat "`\\(" sym-char sym-char "+\\)'")